home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / spinava historka / gEN.swf / scripts / DefineButton2_488 / BUTTONCONDACTION on(release).as next >
Text File  |  2004-10-08  |  546b  |  35 lines

  1. on(release){
  2.    if(pila eq true)
  3.    {
  4.       tellTarget("_root.h")
  5.       {
  6.          gotoAndStop("knicemu");
  7.          play();
  8.       }
  9.    }
  10.    if(money eq true)
  11.    {
  12.       tellTarget("_root.h")
  13.       {
  14.          gotoAndStop("vyznam");
  15.          play();
  16.       }
  17.    }
  18.    if(matka eq true)
  19.    {
  20.       tellTarget("_root.h")
  21.       {
  22.          gotoAndStop("knicemu");
  23.          play();
  24.       }
  25.    }
  26.    if(taska eq true)
  27.    {
  28.       tellTarget("_root.h")
  29.       {
  30.          gotoAndStop("vyznam");
  31.          play();
  32.       }
  33.    }
  34. }
  35.